DomainObjects Class Library

Query<ClassToFind>.FindDataRows Method

Retrieve an enumerable collection of DataRows filled with values returned by this query. Because the result set implements IEnumerable`1, Language-Integrated Query (LINQ) queries can be executed against it.

Overload List

Retrieve an enumerable collection of DataRows filled with values returned by this query. Because the result set implements IEnumerable`1, Language-Integrated Query (LINQ) queries can be executed against it.

public IEnumerable<T> FindDataRows();

Retrieve an enumerable collection of DataRows filled with values returned by this query. Because the result set implements IEnumerable`1, Language-Integrated Query (LINQ) queries can be executed against it.

public IEnumerable<T> FindDataRows(params Field[]);

See Also

Query<ClassToFind> Class | DomainObjects.Facade.Command Namespace